Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1Behavior<T> Class / OnDetachingFrom Method
The view to which the behavior is attached.

In This Topic
    OnDetachingFrom Method
    In This Topic
    Called before the behavior is detached from the control.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDetachingFrom( _
       ByVal view As T _
    ) 
    protected virtual void OnDetachingFrom( 
       T view
    )

    Parameters

    view
    The view to which the behavior is attached.
    See Also